Share via


ClientRegistrationRequestData.HashAlgorithmAlgId Property

 

Gets or sets the OID that represents the hash algorithm. This property is not used by V4 clients.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public Nullable<uint> HashAlgorithmAlgId { get; set; }
public:
property Nullable<unsigned int> HashAlgorithmAlgId {
    Nullable<unsigned int> get();
    void set(Nullable<unsigned int> value);
}
Public Property HashAlgorithmAlgId As Nullable(Of UInteger)

Property Value

Type: System.Nullable<UInt32>

See Also

ClientRegistrationRequestData Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top