Show / Hide Table of Contents

Class GuidHelpers.GuidNamespace

Predefined namespaces for Versions 3 and 5 GUIDs from RFC 4122 Appendix C.

Inheritance
System.Object
GuidHelpers.GuidNamespace
Namespace: Xamarin
Assembly: Xamarin.Helpers.dll
Syntax
public static class GuidNamespace

Properties

| Improve this Doc View Source

DNS

Name string is a fully-qualified domain name.

Declaration
public static Guid DNS { get; }
Property Value
Type Description
System.Guid
| Improve this Doc View Source

OID

Name string is an ISO OID

Declaration
public static Guid OID { get; }
Property Value
Type Description
System.Guid
| Improve this Doc View Source

URL

Name string is a URL

Declaration
public static Guid URL { get; }
Property Value
Type Description
System.Guid
| Improve this Doc View Source

X500

Name string is an X.500 DN (in DER or a text output format)

Declaration
public static Guid X500 { get; }
Property Value
Type Description
System.Guid
  • Improve this Doc
  • View Source
Back to top Generated by DocFX