NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PKCS1_MaskGenerationMethod1.HashName

[To be supplied.]

[Visual Basic]
Public Property HashName As String
[C#]
public string HashName {get; set;}
[C++]
public: __property String* get_HashName();
public: __property void set_HashName(String*);
[JScript]
public function get HashName() : String;
public function set HashName(String);

See Also

PKCS1_MaskGenerationMethod1 Class | PKCS1_MaskGenerationMethod1 Members | System.Security.Cryptography Namespace