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!

CryptographicObject.NameValue

Name of the object for use by subclasses.

[Visual Basic]
Protected NameValue As String
[C#]
protected string NameValue;
[C++]
protected: String* NameValue;
[JScript]
protected var NameValue : String;

Remarks

Same value as Name property.

See Also

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