 | OAuthRequestContextBaseSecurityTokenDescriptor Property |
A token descriptor that is generated as part of this request.
Namespace: SanteDB.Rest.OAuth.ModelAssembly: SanteDB.Rest.OAuth (in SanteDB.Rest.OAuth.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic SecurityTokenDescriptor SecurityTokenDescriptor { get; set; }Public Property SecurityTokenDescriptor As SecurityTokenDescriptor
Get
Set
public:
property SecurityTokenDescriptor^ SecurityTokenDescriptor {
SecurityTokenDescriptor^ get ();
void set (SecurityTokenDescriptor^ value);
}member SecurityTokenDescriptor : SecurityTokenDescriptor with get, set
Property Value
SecurityTokenDescriptor
See Also