Share via


MessagePropertyNames Class

 

Enumerates the message property names.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.KeyVault.MessagePropertyNames

Syntax

public static class MessagePropertyNames
public ref class MessagePropertyNames abstract sealed 
[<AbstractClass>]
[<Sealed>]
type MessagePropertyNames = class end
Public NotInheritable Class MessagePropertyNames

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static Algorithm

The Algorithm message property.

System_CAPS_pubfieldSystem_CAPS_static Attributes

The Attributes message property.

System_CAPS_pubfieldSystem_CAPS_static ContentType

The ContentType message property.

System_CAPS_pubfieldSystem_CAPS_static Digest

The Digest message property.

System_CAPS_pubfieldSystem_CAPS_static Hsm

The Hsm message property.

System_CAPS_pubfieldSystem_CAPS_static Id

The Id message property.

System_CAPS_pubfieldSystem_CAPS_static Key

The Key message property.

System_CAPS_pubfieldSystem_CAPS_static KeyOps

The KeyOps message property.

System_CAPS_pubfieldSystem_CAPS_static KeySize

The KeySize message property.

System_CAPS_pubfieldSystem_CAPS_static Kid

The Kid message property.

System_CAPS_pubfieldSystem_CAPS_static Kty

The Kty message property.

System_CAPS_pubfieldSystem_CAPS_static NextLink

The NextLink message property.

System_CAPS_pubfieldSystem_CAPS_static Result

The Result message property.

System_CAPS_pubfieldSystem_CAPS_static Signature

The Signature message property.

System_CAPS_pubfieldSystem_CAPS_static Tags

The Tags message property.

System_CAPS_pubfieldSystem_CAPS_static Value

The Value message property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.KeyVault Namespace

Return to top