ServiceModelSecurityTokenRequirement.PrivacyNoticeUriProperty Propriedade

Definição

Obtém a chave para a propriedade do requisito de token cujo valor é o link para o URI que aponta para a política de privacidade do serviço se o serviço tem uma.Gets the key for the token requirement property whose value is the link to the URI that points to the service's privacy policy if the service has one.

public:
 static property System::String ^ PrivacyNoticeUriProperty { System::String ^ get(); };
public static string PrivacyNoticeUriProperty { get; }
member this.PrivacyNoticeUriProperty : string
Public Shared ReadOnly Property PrivacyNoticeUriProperty As String

Valor da propriedade

String

A chave da propriedade de requisito de token cujo valor é um link para o URI que aponta para a política de privacidade do serviço.The key for the token requirement property whose value is a link to the URI that points to the service's privacy policy.

Comentários

O valor que corresponde a essa chave é do tipo Uri .The value that corresponds to this key is of type Uri. Essa propriedade pode ser usada para exibir o link na interface do usuário (IU) semelhante à maneira que o CardSpace faz.This property can be used to display the link in the user interface (UI) similar to the way CardSpace does.

Aplica-se a