About 30,600,000 results
Open links in new tab
  1. SQL, Postgres OIDs, What are they and why are they useful?

    OID's are still in use for Postgres with large objects (though some people would argue large objects are not generally useful anyway). They are also used extensively by system tables.

  2. How to find the OID for particular product? - Stack Overflow

    Jan 17, 2017 · 2 Now, I know the an Avaya switch product "ERS 5510-24T", how can I find the Object identifier for the product without using sysObjectID? Because before use snmpget to get the OID, we …

  3. How does ASN.1 encode an object identifier? - Stack Overflow

    I am having trouble understanding the basic concepts of ASN.1. If a type is an OID, does the corresponding number get actually encoded in the binary data? For instance in this definition: id-ad-...

  4. Certificates: OID reference for extended key usages

    Apr 4, 2012 · Is there a reference that maps OIDs to terms used in Microsoft documentation like "Server Authentication" or "Secure Email"? Server Authentication: 1.3.6.1.5.5.7.3.1 Client Authentication: 1...

  5. snmp - How to get OIDs from a MIB file? - Stack Overflow

    The other two SO QAs show how you can do it without walking a running system: "net-snmp sample code to parse MIB file and extract trap related information from it": The answer shows the top-level …

  6. c# - Clarity on UID, OID, SUB string/guid and how to fetch in Asp.Net ...

    Jul 14, 2023 · The oid (object id) is unique to the IDP, so it will give the same id for an identity/user regardless of the app. So, I don't know why you would use uid/sub vs. oid if I understand this …

  7. oauth 2.0 - In Entra ID OpenID token, which I get using an Azure App ...

    May 2, 2024 · In Entra ID OpenID token, which I get using an Azure App registration, what is "oid" claim in the resulting access token, and where it comes from?

  8. ssl - Client Authentication (1.3.6.1.5.5.7.3.2) OID in server ...

    Aug 9, 2016 · But as I see all server certificates issued by well known issuers like Verisign contain also Client Authentication OID (1.3.6.1.5.5.7.3.2). I tried to use certificate with only server authentication …

  9. x509 - Table of OIDs for certificate's subject? - Stack Overflow

    Jun 24, 2011 · A very good reference is Peter Gutmann's dumpasn1 tool. It has an extensive configuration file which is a database for many PKI related OIDs. Alternatively OpenSSL's database …

  10. Identifying Certificate by "Certificate Template Name" in PowerShell ...

    Apr 10, 2017 · It does contain the extension "Certificate Template Information" though, but I cannot parse a name from it, because it does only contain the OID of the template. So, as Mathias R. …