Show / Hide Table of Contents

Class OpenIDConstants.KeyUses

Key uses.

Inheritance
System.Object
OpenIDConstants.KeyUses
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class KeyUses

Fields

Encryption

Encryption.

Declaration
public const string Encryption = "enc"
Field Value
Type Description
System.String

Signature

Signature.

Declaration
public const string Signature = "sig"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.