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 SourceDNS
Name string is a fully-qualified domain name.
Declaration
public static Guid DNS { get; }
Property Value
Type | Description |
---|---|
System.Guid |
OID
Name string is an ISO OID
Declaration
public static Guid OID { get; }
Property Value
Type | Description |
---|---|
System.Guid |
URL
Name string is a URL
Declaration
public static Guid URL { get; }
Property Value
Type | Description |
---|---|
System.Guid |
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 |